object FtpProfileForm: TFtpProfileForm Left = 466 Top = 402 BorderStyle = bsDialog Caption = 'PowerArchiver FTP Profile Manager' ClientHeight = 252 ClientWidth = 416 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 7 Width = 321 Height = 241 Caption = ' FTP &Login ' TabOrder = 0 object Label4: TLabel Left = 12 Top = 48 Width = 78 Height = 13 Caption = '&Hostname or IP:' FocusControl = Edit971 end object Label5: TLabel Left = 12 Top = 72 Width = 27 Height = 13 Caption = '&Port: ' FocusControl = Edit972 end object Label6: TLabel Left = 12 Top = 120 Width = 55 Height = 13 Caption = 'U&sername: ' FocusControl = Edit973 end object Label7: TLabel Left = 12 Top = 144 Width = 53 Height = 13 Caption = '&Password: ' FocusControl = Edit974 end object Label1: TLabel Left = 12 Top = 168 Width = 92 Height = 13 Caption = 'Timeout (seconds):' end object Label2: TLabel Left = 12 Top = 192 Width = 70 Height = 13 Caption = 'Default folder:' FocusControl = Edit2 end object Label3: TLabel Left = 12 Top = 21 Width = 31 Height = 13 Caption = 'Name:' FocusControl = Edit971 end object CheckBox1: TCheckBox Left = 8 Top = 96 Width = 305 Height = 17 Caption = '&Anonymous login' Checked = True State = cbChecked TabOrder = 3 OnClick = CheckBox1Click end object Edit971: TEdit Left = 108 Top = 43 Width = 201 Height = 21 TabOrder = 1 end object Edit972: TEdit Left = 108 Top = 67 Width = 105 Height = 21 TabOrder = 2 Text = '21' end object Edit973: TEdit Left = 108 Top = 117 Width = 105 Height = 21 TabOrder = 4 Text = 'Anonymous' end object Edit974: TEdit Left = 108 Top = 141 Width = 105 Height = 21 PasswordChar = '*' TabOrder = 5 Text = 'myemail@domain.com' end object CheckBox2: TCheckBox Left = 8 Top = 216 Width = 305 Height = 17 Caption = 'Passi&ve mode' TabOrder = 8 end object Edit1: TEdit Left = 160 Top = 165 Width = 49 Height = 21 TabOrder = 6 Text = '15' end object Edit2: TEdit Left = 108 Top = 187 Width = 201 Height = 21 TabOrder = 7 Text = '/' end object Edit3: TEdit Left = 108 Top = 14 Width = 201 Height = 21 TabOrder = 0 end end object Button1: TButton Left = 336 Top = 16 Width = 75 Height = 25 Caption = '&Save' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 336 Top = 48 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end object Button4: TButton Left = 336 Top = 80 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = Button4Click end end